You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > StatTimeSerAnalysis Class > StatTimeSerAnalysis Methods > CheckARMACoeffs Method > StatTimeSerAnalysis.CheckARMACoeffs Method ([In] double[], [In] bool)
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
StatTimeSerAnalysis.CheckARMACoeffs Method ([In] double[], [In] bool)

Check AR(MA) coeefficients.

Syntax
C#
Visual Basic
public static bool CheckARMACoeffs([In] double[] Pars, [In] bool Causality);
Parameters 
Description 
[In] double[] Pars 
Phi (AR) or Theta (MA) coefficients. 
[In] bool Causality 
If true, Params are checked for causality. If false, Params are checked for invertibility. 

true, if coefficients are causal/invertible.

Check if AR coefficients are causal or MA coefficients are invertible.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!